func crypto/rsa.encrypt

6 uses

	crypto/rsa (current package)
		pkcs1v15.go#L62: 	c := encrypt(new(big.Int), pub, m)
		pkcs1v15.go#L286: 	m := encrypt(new(big.Int), pub, c)
		pss.go#L295: 	m := encrypt(new(big.Int), pub, s)
		rsa.go#L387: func encrypt(c *big.Int, pub *PublicKey, m *big.Int) *big.Int {
		rsa.go#L442: 	c := encrypt(new(big.Int), pub, m)
		rsa.go#L577: 	check := encrypt(new(big.Int), &priv.PublicKey, m)